Hacking For Beginners – Manthan Desai
2010
44. Make a Private Folder with your password
Step 1:- Open the Notepad.exe
Step 2:- Copy the following code into the notepad.
Quote: cls@ECHO OFFtitle Folder Privateif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Private goto MDENTER PASSWORD TO OPEN:CONFIRMecho -----------------------------------------------------------echo ================== Www.hackingtech.co.tv ==================echo -----------------------------------------------------------echo Are you sure you want to lock the folder(Y/N)echo Press (Y) for Yes and Press (N) for No.echo -----------------------------------------------------------set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho -----------------------------------------------------------echo ================== Www.hackingtech.co.tv ==================echo -----------------------------------------------------------echo Enter password to unlock folderset/p "pass=>"if NOT %pass%== YOUR PASSWORD goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Privateecho Folder Unlocked successfullygoto End:FAILecho Invalid password
www.hackingtech.co.tv
Page 220